沒有 Switch 了


react-router-dom V6 沒有 Switch 了

import Switch 要改成 Routes

<Route path='/signin' element={<Signin />} ></Route>

previous:

<Switch>
    <Route path="/signin" exact>
      <Signin />
    </Route>
</Switch>







你可能感興趣的文章

D14_ ALG101

D14_ ALG101

Google Chrome開發者工具教學 - Application

Google Chrome開發者工具教學 - Application

Day2 android UI實作+activity介紹!!

Day2 android UI實作+activity介紹!!






留言討論